Fix the DISPLAY configration that breaks vmx domain creation with SDL
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 1 Nov 2005 09:31:25 +0000 (10:31 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 1 Nov 2005 09:31:25 +0000 (10:31 +0100)
commite4072e1c33b080e67d17cb7098604da09b9dbe7c
tree0c2246ef62b1810b65edf26b9fdd6798c495c86b
parent157a708a28dfd6e71e59e73d5cb53d9a9477873e
Fix the DISPLAY configration that breaks vmx domain creation with SDL
on vncserver or remote X. Changeset 7547 added a test of
opts.vals.display when getenv("DISPLAY"); because there is a default
value:localhost:0, that causes the test always to be true.

Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
tools/python/xen/xm/create.py